Skip to main content

01-Jetson Board Introduction

1. What Is a Jetson Board?

NVIDIA Jetson boards are compact edge AI computers. They run Linux, support GPU acceleration, and are built for robotics, vision, and AI inference workloads.

Compared with a microcontroller, Jetson can run full operating systems and AI frameworks. Compared with a desktop GPU PC, Jetson is lower power and designed for embedded deployment.

2. Why Jetson Orin Nano?

Jetson Orin Nano is a common entry point for:

  • Learning CUDA and TensorRT on embedded hardware
  • Building camera-based AI projects
  • Running ROS/ROS 2 with onboard acceleration

3. Development Kit Variants

The main difference between the Jetson Orin official development kit and the SUB development kit is that the official kit does not include a power switch button.

3.1 Front of the Development Board

Front view of Jetson Orin development board with labeled interfaces

Serial NumberDescriptionSerial NumberDescription
1Power switch button (SUB)9CAN bus
212-pin button header10Fan interface
3Camera interface 1 (22-pin)1140-pin GPIO expansion header
4Camera interface 2 (22-pin)12Core module card holder
5PoE reverse power interface (1x2 pin)13PoE interface
6USB 3.0 x414Ethernet interface
7DisplayPort interface15Power indicator
8DC power interface16USB Type-C

3.2 Back of the Development Board

Back view of Jetson Orin development board showing M.2 slots

Serial NumberDescriptionSerial NumberDescription
1M.2 Key E connector slot (75-pin)3M.2 Key M slot (75-pin)
2RTC battery holder (optional)4M.2 Key M slot (75-pin)

4. Software Stack You Will See in HH-101

In the next setup lessons you will work with:

  • JetPack (NVIDIA software bundle for Jetson)
  • Ubuntu on the target board
  • SDK Manager on a host machine
  • CUDA, TensorRT, and related runtime components